golang.org/x/net/http2.ClientConn.sendGoAway (method)

2 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1049: 	if err := cc.sendGoAway(); err != nil {
		transport.go#L1085: func (cc *ClientConn) sendGoAway() error {